UInt64NINumericUInt64NIsLessThanOrEqualTo Method
Determines whether the current value is less than or equal to the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<UInt64N>.IsLessThanOrEqualTo(
UInt64N value
)
Private Function IsLessThanOrEqualTo (
value As UInt64N
) As Boolean Implements INumeric(Of UInt64N).IsLessThanOrEqualTo
private:
virtual bool IsLessThanOrEqualTo(
UInt64N value
) sealed = INumeric<UInt64N>::IsLessThanOrEqualTo
private abstract IsLessThanOrEqualTo :
value : UInt64N -> bool
private override IsLessThanOrEqualTo :
value : UInt64N -> bool
- value UInt64N
- The value to compare with the current value.
Boolean if the current value is less than or equal to
value; otherwise,
.
INumericTSelfIsLessThanOrEqualTo(TSelf)